home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Genie / Projects / AEGizmos 1.4.2 / Source / Includes / AEBuildGlobals.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-24  |  247 b   |  10 lines

  1. /*
  2.  *    AEBuildGlobals.h                                Copyright ©1991 Apple Computer, Inc.
  3.  */
  4.  
  5.  
  6. extern AEBuild_SyntaxErrType
  7.     AEBuild_ErrCode;                    /* Examine after AEBuild returns a syntax error */
  8. extern long
  9.     AEBuild_ErrPos;                        /* Index of error in format string */
  10.